home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / dskspc.exe / DSKSPC.BAS < prev    next >
Encoding:
BASIC Source File  |  1993-03-30  |  165 b   |  4 lines

  1. Declare Function DiskSpaceFree Lib "DSKSPC.DLL" (ByVal Drive As String) As Long
  2. Declare Function DiskSpaceTotal Lib "DSKSPC.DLL" (ByVal Drive As String) As Long
  3.  
  4.